From: MatthewOwens <matthew@owens.tech>
Date: Mon, 20 Jul 2020 12:15:54 +0000 (+0100)
Subject: switched css float order
X-Git-Url: https://git.owens.tech/assets/lich_lifts_title_slice.png%20%22Lich%20Lifts%22/assets/lich_lifts_title_slice.png%20%22Lich%20Lifts%22/git?a=commitdiff_plain;h=93bef26d801eb85da3be75eb9992bf259faadc60;p=website.git

switched css float order
---

diff --git a/style.css b/style.css
index bfc340a..3bde247 100644
--- a/style.css
+++ b/style.css
@@ -66,9 +66,9 @@ header h1 {
     cursor:default;
     border-bottom:1px solid #b35050
 }
-#rsslink {
+#gitlink {
 	float:right
 }
-#gitlink {
+#rsslink {
 	float:right
 }